  .sabiasque-container {
      max-width: 900px;
      margin: 2rem auto;
      padding: 1.5rem;
      background: linear-gradient(135deg, #0a3d62, #3c6382);
      color: white;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.5rem;
    }
    .sabiasque-container img {
      max-width: 300px;
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
    .sabiasque-text {
      flex: 1;
      min-width: 250px;
    }
    .sabiasque-text h2 {
      font-size: 1.8rem;
      margin-bottom: 0.8rem;
      color: #ffff;
    }
    .sabiasque-text p {
      line-height: 1.5;
    }